Visitor pattern definitions

Search

Visitor pattern

Visitor pattern logo #10101) Software design pattern
Found on https://www.crosswordclues.com/clue/visitor-pattern

Visitor pattern

Visitor pattern logo #21000 In object-oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures. It is one way to follow the open/closed p...
Found on http://en.wikipedia.org/wiki/Visitor_pattern

visitor pattern

visitor pattern logo #22776a way of using double dispatch to simulate virtual calls without adding new virtual functions.
Found on http://www.stroustrup.com/glossary.html
No exact match found.